Scope of the lock.
Represents exclusive or shared lock.
Members
-
staticITHit.WebDAV.Client.LockScope.Exclusivestring
-
Exclusive lock. No one else can obtain the lock.
-
staticITHit.WebDAV.Client.LockScope.Sharedstring
-
Shared lock. It will be possible for another clients to get the shared locks.